home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMSERVERWIZARD / TFRMSERVERWIZARD.txt < prev   
Encoding:
Text File  |  1999-04-29  |  10.6 KB  |  428 lines

  1. object frmServerWizard: TfrmServerWizard
  2.   Left = 113
  3.   Top = 122
  4.   HelpContext = 106
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Internet Site Wizard'
  8.   ClientHeight = 287
  9.   ClientWidth = 417
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   Scaled = False
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PageControl1: TPageControl
  26.     Left = 0
  27.     Top = 0
  28.     Width = 417
  29.     Height = 249
  30.     ActivePage = tabIntro
  31.     Align = alTop
  32.     TabOrder = 0
  33.     object tabIntro: TTabSheet
  34.       HelpContext = 106
  35.       Caption = 'tabIntro'
  36.       TabVisible = False
  37.       object lbl1: TLabel
  38.         Left = 130
  39.         Top = 8
  40.         Width = 265
  41.         Height = 57
  42.         AutoSize = False
  43.         Caption = 
  44.           'This wizard helps you setup a server connection. Once you have s' +
  45.           'et your server connection you will be able to easily upload and ' +
  46.           'download files to your server.'
  47.         WordWrap = True
  48.       end
  49.       object lbl2: TLabel
  50.         Left = 130
  51.         Top = 67
  52.         Width = 265
  53.         Height = 57
  54.         AutoSize = False
  55.         Caption = 
  56.           'A Server is a computer that is connected to the internet. This i' +
  57.           's the computer that you '#39'Logon'#39' to when you are surfing. Apart f' +
  58.           'rom this, there is nothing all that special about a Server. '
  59.         WordWrap = True
  60.       end
  61.       object lbl3: TLabel
  62.         Left = 130
  63.         Top = 192
  64.         Width = 265
  65.         Height = 39
  66.         AutoSize = False
  67.         Caption = 
  68.           'If you don'#39't know the address of your server, or are confused by' +
  69.           ' all this terminology, then press the HELP button. '
  70.         WordWrap = True
  71.       end
  72.       object imgWizard: TPaintBox
  73.         Left = 8
  74.         Top = 7
  75.         Width = 110
  76.         Height = 225
  77.         OnPaint = imgWizardPaint
  78.       end
  79.     end
  80.     object tabServer: TTabSheet
  81.       Caption = 'tabServer'
  82.       TabVisible = False
  83.       object lblServer: TLabel
  84.         Left = 130
  85.         Top = 182
  86.         Width = 265
  87.         Height = 15
  88.         AutoSize = False
  89.         Caption = 'What is your Server Address?'
  90.         WordWrap = True
  91.       end
  92.       object lblName: TLabel
  93.         Left = 130
  94.         Top = 65
  95.         Width = 265
  96.         Height = 17
  97.         AutoSize = False
  98.         Caption = 'What do you want to call your server?'
  99.         WordWrap = True
  100.       end
  101.       object Label2: TLabel
  102.         Left = 130
  103.         Top = 7
  104.         Width = 265
  105.         Height = 46
  106.         AutoSize = False
  107.         Caption = 
  108.           'First off, name your server. This server name will appear in the' +
  109.           ' Internet Files server list, so try and make it something meanin' +
  110.           'gful, like '#39'The Gascooker Server'#39
  111.         WordWrap = True
  112.       end
  113.       object Label3: TLabel
  114.         Left = 130
  115.         Top = 115
  116.         Width = 271
  117.         Height = 59
  118.         AutoSize = False
  119.         Caption = 
  120.           'Your server address uniquely identifies your server. Usually it ' +
  121.           'is looks something like '#39'www.gascooker.com'#39'. If you are unsure o' +
  122.           'f your server address you will need to e-mail your ISP.'
  123.         WordWrap = True
  124.       end
  125.       object txtAddress: TEdit
  126.         Tag = 34
  127.         Left = 129
  128.         Top = 198
  129.         Width = 265
  130.         Height = 21
  131.         HelpContext = 290
  132.         Font.Charset = DEFAULT_CHARSET
  133.         Font.Color = clBlack
  134.         Font.Height = -11
  135.         Font.Name = 'MS Sans Serif'
  136.         Font.Pitch = fpVariable
  137.         Font.Style = []
  138.         ParentFont = False
  139.         TabOrder = 1
  140.       end
  141.       object txtName: TEdit
  142.         Left = 130
  143.         Top = 84
  144.         Width = 265
  145.         Height = 21
  146.         HelpContext = 289
  147.         Font.Charset = DEFAULT_CHARSET
  148.         Font.Color = clBlack
  149.         Font.Height = -11
  150.         Font.Name = 'MS Sans Serif'
  151.         Font.Pitch = fpVariable
  152.         Font.Style = []
  153.         ParentFont = False
  154.         TabOrder = 0
  155.       end
  156.     end
  157.     object tabLogin: TTabSheet
  158.       Caption = 'tabLogin'
  159.       TabVisible = False
  160.       object lblLogin: TLabel
  161.         Left = 130
  162.         Top = 59
  163.         Width = 265
  164.         Height = 15
  165.         AutoSize = False
  166.         Caption = 'What is your Login name?'
  167.         WordWrap = True
  168.       end
  169.       object lblPassword: TLabel
  170.         Left = 130
  171.         Top = 168
  172.         Width = 265
  173.         Height = 19
  174.         AutoSize = False
  175.         Caption = 'What is your Password?'
  176.         WordWrap = True
  177.       end
  178.       object Label4: TLabel
  179.         Left = 130
  180.         Top = 9
  181.         Width = 265
  182.         Height = 46
  183.         AutoSize = False
  184.         Caption = 
  185.           'Since many people can use the same server, you need a login name' +
  186.           '. Your login name is used to identify you to the server.'
  187.         WordWrap = True
  188.       end
  189.       object Label5: TLabel
  190.         Left = 131
  191.         Top = 105
  192.         Width = 265
  193.         Height = 56
  194.         AutoSize = False
  195.         Caption = 
  196.           'To stop other people from using your login name, you also need a' +
  197.           ' password to connect to your server. If you don'#39't know your pass' +
  198.           'word you will need to connect to your ISP.'
  199.         WordWrap = True
  200.       end
  201.       object txtLogin: TEdit
  202.         Tag = 36
  203.         Left = 130
  204.         Top = 76
  205.         Width = 265
  206.         Height = 21
  207.         HelpContext = 287
  208.         TabOrder = 0
  209.       end
  210.       object txtPassword: TEdit
  211.         Tag = 37
  212.         Left = 130
  213.         Top = 184
  214.         Width = 265
  215.         Height = 21
  216.         HelpContext = 288
  217.         PasswordChar = '*'
  218.         TabOrder = 1
  219.       end
  220.       object butAdvanced: TButton
  221.         Left = 329
  222.         Top = 209
  223.         Width = 70
  224.         Height = 25
  225.         Caption = '&Advanced'
  226.         TabOrder = 2
  227.         OnClick = butAdvancedClick
  228.       end
  229.     end
  230.     object tabAdvanced: TTabSheet
  231.       Caption = 'tabAdvanced'
  232.       TabVisible = False
  233.       object grpAdvanced: TGroupBox
  234.         Left = 129
  235.         Top = 8
  236.         Width = 273
  237.         Height = 221
  238.         Caption = 'Advanced Server Details'
  239.         TabOrder = 0
  240.         object lblDir: TLabel
  241.           Left = 12
  242.           Top = 28
  243.           Width = 252
  244.           Height = 16
  245.           AutoSize = False
  246.           Caption = 'What is your default &remote directory?'
  247.           FocusControl = txtDirectory
  248.           WordWrap = True
  249.         end
  250.         object lblPort: TLabel
  251.           Left = 12
  252.           Top = 143
  253.           Width = 64
  254.           Height = 13
  255.           Caption = 'Port &Number:'
  256.           FocusControl = spinPort
  257.         end
  258.         object Label6: TLabel
  259.           Left = 12
  260.           Top = 76
  261.           Width = 244
  262.           Height = 58
  263.           AutoSize = False
  264.           Caption = 
  265.             'Your computer and server talk to each other via a port. By defau' +
  266.             'lt they communicate via port 21. You should not need to change t' +
  267.             'he port number unless your ISP tells you to do so.'
  268.           WordWrap = True
  269.         end
  270.         object Label9: TLabel
  271.           Left = 121
  272.           Top = 143
  273.           Width = 42
  274.           Height = 13
  275.           Caption = 'Timeout:'
  276.         end
  277.         object Label10: TLabel
  278.           Left = 179
  279.           Top = 163
  280.           Width = 40
  281.           Height = 13
  282.           Caption = 'Seconds'
  283.         end
  284.         object txtDirectory: TEdit
  285.           Tag = 35
  286.           Left = 11
  287.           Top = 45
  288.           Width = 252
  289.           Height = 21
  290.           HelpContext = 283
  291.           TabOrder = 0
  292.         end
  293.         object spinPort: TSpinEdit
  294.           Left = 11
  295.           Top = 159
  296.           Width = 53
  297.           Height = 23
  298.           HelpContext = 284
  299.           AutoSize = False
  300.           MaxValue = 0
  301.           MinValue = 0
  302.           TabOrder = 1
  303.           Value = 21
  304.         end
  305.         object chkAlive: TCheckBox
  306.           Left = 12
  307.           Top = 194
  308.           Width = 137
  309.           Height = 17
  310.           HelpContext = 286
  311.           Caption = 'Keep connection alive'
  312.           Checked = True
  313.           State = cbChecked
  314.           TabOrder = 2
  315.         end
  316.         object spinTimeOut: TSpinEdit
  317.           Left = 122
  318.           Top = 159
  319.           Width = 53
  320.           Height = 23
  321.           HelpContext = 285
  322.           AutoSize = False
  323.           MaxValue = 60
  324.           MinValue = 1
  325.           TabOrder = 3
  326.           Value = 30
  327.         end
  328.       end
  329.     end
  330.     object tabFinal: TTabSheet
  331.       Caption = 'tabFinal'
  332.       TabVisible = False
  333.       object Label1: TLabel
  334.         Left = 130
  335.         Top = 9
  336.         Width = 265
  337.         Height = 46
  338.         AutoSize = False
  339.         Caption = 
  340.           'Well done!!! - your server is now configured. Just double click ' +
  341.           'on your server name from the Internet File list and HotDog will ' +
  342.           'attempt to connect you to it.'
  343.         WordWrap = True
  344.       end
  345.       object Label7: TLabel
  346.         Left = 132
  347.         Top = 61
  348.         Width = 265
  349.         Height = 46
  350.         AutoSize = False
  351.         Caption = 
  352.           'If you have any problems, try re-entering your server details in' +
  353.           'to the wizard. If you are new to the Internet, have a look at th' +
  354.           'e wizard help (click HELP).'
  355.         WordWrap = True
  356.       end
  357.       object Label8: TLabel
  358.         Left = 132
  359.         Top = 112
  360.         Width = 265
  361.         Height = 33
  362.         AutoSize = False
  363.         Caption = 
  364.           'It explains in detail how to upload files to the internet and wh' +
  365.           'at questions to ask your ISP if things go wrong!'
  366.         WordWrap = True
  367.       end
  368.     end
  369.   end
  370.   object Panel1: TPanel
  371.     Left = 0
  372.     Top = 249
  373.     Width = 417
  374.     Height = 38
  375.     HelpContext = 106
  376.     TabOrder = 1
  377.     object butFinish: TButton
  378.       Left = 252
  379.       Top = 6
  380.       Width = 75
  381.       Height = 25
  382.       Caption = '&Finish'
  383.       ModalResult = 1
  384.       TabOrder = 3
  385.       Visible = False
  386.     end
  387.     object butNext: TButton
  388.       Left = 252
  389.       Top = 6
  390.       Width = 75
  391.       Height = 25
  392.       Caption = 'Next >&>'
  393.       TabOrder = 2
  394.       OnClick = butNextClick
  395.     end
  396.     object butCancel: TButton
  397.       Left = 332
  398.       Top = 6
  399.       Width = 75
  400.       Height = 25
  401.       Cancel = True
  402.       Caption = '&Cancel'
  403.       ModalResult = 2
  404.       TabOrder = 4
  405.       OnClick = butCancelClick
  406.     end
  407.     object butBack: TButton
  408.       Left = 176
  409.       Top = 6
  410.       Width = 75
  411.       Height = 25
  412.       Caption = '&<< Back'
  413.       Enabled = False
  414.       TabOrder = 1
  415.       OnClick = butBackClick
  416.     end
  417.     object btnHelp: TButton
  418.       Left = 6
  419.       Top = 6
  420.       Width = 75
  421.       Height = 25
  422.       Caption = '&Help'
  423.       TabOrder = 0
  424.       OnClick = btnHelpClick
  425.     end
  426.   end
  427. end
  428.